翻訳と辞書
Words near each other
・ R. A. H. Goodyear
・ R. A. Jones
・ R. A. K. Mason
・ R&R Insurance Services
・ R&R Partners
・ R&S Records
・ R' Kiz
・ R'coon Dawg
・ R'ha
・ R'lyeh
・ R'n'G
・ R'n'r
・ R(89)12
・ R* (disambiguation)
・ R* rule (ecology)
R* tree
・ R+ tree
・ R++
・ R+E Cycles
・ R+L Carriers
・ R+L=J Theory
・ R-1 (missile)
・ R-1 Federation
・ R-1 motorway (Spain)
・ R-11 Refueler
・ R-11 Zemlya
・ R-110
・ R-13 (missile)
・ R-14 Chusovaya
・ R-15 (missile)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

R* tree : ウィキペディア英語版
R* tree
R
*-trees are a variant of R-trees used for indexing spatial information. R
*-trees have slightly higher construction cost than standard R-trees, as the data may need to be reinserted; but the resulting tree will usually have a better query performance. Like the standard R-tree, it can store both point and spatial data.
It was proposed by Norbert Beckmann, Hans-Peter Kriegel, Ralf Schneider, and Bernhard Seeger in 1990.
==Difference between R
*-trees and R-trees==

Minimization of both coverage and overlap is crucial to the performance of R-trees. Overlap means that, on data query or insertion, more than one branch of the tree needs to be expanded (due to the way data is being split in regions which may overlap). A minimized coverage improves pruning performance, allowing to exclude whole pages from search more often, in particular for negative range queries.
The R
*-tree attempts to reduce both, using a combination of a revised node split algorithm and the concept of forced reinsertion
at node overflow. This is based on the observation that R-tree structures are highly susceptible
to the order in which their entries are inserted, so an insertion-built (rather than bulk-loaded) structure
is likely to be sub-optimal. Deletion and reinsertion of entries allows them to "find" a place in the tree
that may be more appropriate than their original location.
When a node overflows, a portion of its entries are removed from the node and reinserted into the tree.
(In order to avoid an indefinite cascade of reinsertions caused by subsequent node overflow, the reinsertion
routine may be called only once in each level of the tree when inserting any one new entry.) This has the
effect of producing more well-clustered groups of entries in nodes, reducing node coverage. Furthermore,
actual node splits are often postponed, causing average node occupancy to rise.
Re-insertion can be seen as a method of incremental tree optimization triggered on node overflow.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「R* tree」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.